home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / ARCD2.EXE / AUTORUN.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1999-01-09  |  776b  |  42 lines

  1. object Form1: TForm1
  2.   Left = 0
  3.   Top = 1024
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 107
  7.   ClientWidth = 108
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 5
  22.     Height = 5
  23.     AutoSize = True
  24.   end
  25.   object MediaPlayer1: TMediaPlayer
  26.     Left = 16
  27.     Top = 24
  28.     Width = 253
  29.     Height = 30
  30.     AutoEnable = False
  31.     Visible = False
  32.     TabOrder = 0
  33.     OnNotify = MediaPlayer1Notify
  34.   end
  35.   object Timer1: TTimer
  36.     Enabled = False
  37.     OnTimer = Timer1Timer
  38.     Left = 32
  39.     Top = 80
  40.   end
  41. end
  42.